home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / home.lg < prev    next >
Encoding:
Text File  |  1992-07-09  |  91 b   |  7 lines

  1. to home ! This does a setxy 0 0 and then a seth 0
  2. ! This does a Home
  3. setxy 0 0
  4. seth 0
  5. end
  6.  
  7.